Testing Strategies
Unit testing
Limiting class resolutions
In the previous example, loading
SomeModule will also load classes
String, System, Class, and Test
Only when SomeModule.main()
is called will class ModuleTest
be loaded